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

Method getColumn4F

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

Source from the content-addressed store, hash-verified

132 /// Copy the requested column into a Point4F.
133 void getColumn(S32 col, Point4F *cptr) const;
134 Point4F getColumn4F(S32 col) const { Point4F ret; getColumn(col,&ret); return ret; }
135
136 /// Copy the requested column into a Point3F.
137 ///

Callers

nothing calls this directly

Calls 1

getColumnFunction · 0.50

Tested by

no test coverage detected