MCPcopy Create free account
hub / github.com/carbonengine/trinity / PyTransformation

Method PyTransformation

trinity/TriMatrix.cpp:321–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321void TriMatrix::PyTransformation(
322 ITriVector* scalingCenter,
323 ITriQuaternion* scalingRotation,
324 ITriVector* scaling,
325 ITriVector* rotationCenter,
326 ITriQuaternion* rotation,
327 ITriVector* translation )
328{
329 Transformation(
330 scalingCenter->GetVector(),
331 scalingRotation->GetQuaternion(),
332 scaling->GetVector(),
333 rotationCenter->GetVector(),
334 rotation->GetQuaternion(),
335 translation->GetVector() );
336}

Callers

nothing calls this directly

Calls 2

GetVectorMethod · 0.80
GetQuaternionMethod · 0.80

Tested by

no test coverage detected