Method Factor
Factor(GfMatrix4f, GfVec3f, GfMatrix4f, GfVec3f, GfMatrix4f, float)
Declaration
public bool Factor(GfMatrix4f r, GfVec3f s, GfMatrix4f u, GfVec3f t, GfMatrix4f p, float eps)
Parameters
Type | Name | Description |
---|---|---|
GfMatrix4f | r | |
GfVec3f | s | |
GfMatrix4f | u | |
GfVec3f | t | |
GfMatrix4f | p | |
float | eps |
Returns
Type | Description |
---|---|
bool |
Factor(GfMatrix4f, GfVec3f, GfMatrix4f, GfVec3f, GfMatrix4f)
Declaration
public bool Factor(GfMatrix4f r, GfVec3f s, GfMatrix4f u, GfVec3f t, GfMatrix4f p)
Parameters
Type | Name | Description |
---|---|---|
GfMatrix4f | r | |
GfVec3f | s | |
GfMatrix4f | u | |
GfVec3f | t | |
GfMatrix4f | p |
Returns
Type | Description |
---|---|
bool |