MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getColumn3F

Method getColumn3F

Engine/source/math/mMatrix.h:140–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 /// This drops the bottom-most row.
139 void getColumn(S32 col, Point3F *cptr) const;
140 Point3F getColumn3F(S32 col) const { Point3F ret; getColumn(col,&ret); return ret; }
141
142 /// Set the specified column from a Point4F.
143 void setColumn(S32 col, const Point4F& cptr);

Callers 8

updateWeightMethod · 0.80
updateOrientationMethod · 0.80
packMethod · 0.80
updateWeightMethod · 0.80
updateOrientationMethod · 0.80
packMethod · 0.80
cleanMatrixMethod · 0.80
extrudeShapeFromFaceMethod · 0.80

Calls 1

getColumnFunction · 0.50

Tested by

no test coverage detected