MatMultWVecby4by4

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

NAME

MatMultWVecby4by4()  

SYNOPSIS

misc_lib/genmat.c:405

void MatMultWVecby4by4(RealType VRes[4], RealType Vec[4], MatrixType Mat)
 

DESCRIPTION

Routine to multiply a WXYZ Vector by 4by4 matrix: The Vector has only 4 components (W, X, Y, Z). 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:23 GMT, July 20, 2024