[ Maverik Level 2 functions ]


mav_boxGetMatrix

mav_boxGetMatrix, mav_compositeGetMatrix, mav_coneGetMatrix, mav_ctorusGetMatrix, mav_cylinderGetMatrix, mav_ellipseGetMatrix, mav_facetGetMatrix, mav_hellipseGetMatrix, mav_hsphereGetMatrix, mav_polylineGetMatrix, mav_polygonGetMatrix, mav_polygonGrpGetMatrix, mav_pyramidGetMatrix, mav_rectangleGetMatrix, mav_rtorusGetMatrix, mav_SMSObjGetMatrix, mav_sphereGetMatrix, mav_teapotGetMatrix, mav_textGetMatrix, mav_avatarGetMatrix

Summary

Get matrix of object.


Syntax

int mav_boxGetMatrix(MAV_object *o, MAV_matrix **m);

int mav_compositeGetMatrix(MAV_object *o, MAV_matrix **m);

int mav_coneGetMatrix(MAV_object *o, MAV_matrix **m);

int mav_ctorusGetMatrix(MAV_object *o, MAV_matrix **m);

int mav_cylinderGetMatrix(MAV_object *o, MAV_matrix **m);

int mav_ellipseGetMatrix(MAV_object *o, MAV_matrix **m);

int mav_facetGetMatrix(MAV_object *o, MAV_matrix **m);

int mav_hellipseGetMatrix(MAV_object *o, MAV_matrix **m);

int mav_hsphereGetMatrix(MAV_object *o, MAV_matrix **m);

int mav_polylineGetMatrix(MAV_object *o, MAV_matrix **m);

int mav_polygonGetMatrix(MAV_object *o, MAV_matrix **m);

int mav_polygonGrpGetMatrix(MAV_object *o, MAV_matrix **m);

int mav_pyramidGetMatrix(MAV_object *o, MAV_matrix **m);

int mav_rectangleGetMatrix(MAV_object *o, MAV_matrix **m);

int mav_rtorusGetMatrix(MAV_object *o, MAV_matrix **m);

int mav_SMSObjGetMatrix(MAV_object *o, MAV_matrix **m);

int mav_sphereGetMatrix(MAV_object *o, MAV_matrix **m);

int mav_teapotGetMatrix(MAV_object *o, MAV_matrix **m);

int mav_textGetMatrix(MAV_object *o, MAV_matrix **m);

int mav_avatarGetMatrix(MAV_object *o, MAV_matrix **m);


Description

This function returns a pointer to the matrix of object o.


Back to the index page.