()
| 425 | } |
| 426 | |
| 427 | func NewB2Transform() *B2Transform { |
| 428 | res := MakeB2Transform() |
| 429 | return &res |
| 430 | } |
| 431 | |
| 432 | /// Initialize using a position vector and a rotation. |
| 433 | func MakeB2TransformByPositionAndRotation(position B2Vec2, rotation B2Rot) B2Transform { |
nothing calls this directly
no test coverage detected