MatMultVecby4by4

Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index Return to Main Contents
 

NAME

MatMultVecby4by4()  

SYNOPSIS

misc_lib/genmat.c:366

void MatMultVecby4by4(VectorType VRes, VectorType Vec, MatrixType Mat)
 

DESCRIPTION

Routine to multiply an XYZ Vector by 4by4 matrix: The Vector has only 3 components (X, Y, Z) and it is assumed that W = 1 VRes may be Vec as it is only updated in the end.  

PARAMETERS:

VRes: Result of vector - matrix product.

Vec: Vector to transfrom using Matrix.

Mat: Transformation matrix.  

FUNCTION RETURN VALUE

void

 

ORIGIN

(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT


 

Index

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS:
FUNCTION RETURN VALUE
ORIGIN

This document was created by man2html, using the manual pages.
Time: 07:27:11 GMT, October 17, 2022