(position B2Vec2, rotation B2Rot)
| 438 | } |
| 439 | |
| 440 | func NewB2TransformByPositionAndRotation(position B2Vec2, rotation B2Rot) *B2Transform { |
| 441 | res := MakeB2TransformByPositionAndRotation(position, rotation) |
| 442 | return &res |
| 443 | } |
| 444 | |
| 445 | /// Set this to the identity transform. |
| 446 | func (t *B2Transform) SetIdentity() { |
nothing calls this directly
no test coverage detected