MCPcopy Index your code
hub / github.com/g3n/engine / Matrix

Method Matrix

core/node.go:759–762  ·  view source on GitHub ↗

Matrix returns a copy of the local transformation matrix.

()

Source from the content-addressed store, hash-verified

757
758// Matrix returns a copy of the local transformation matrix.
759func (n *Node) Matrix() math32.Matrix4 {
760
761 return n.matrix
762}
763
764// WorldPosition updates the world matrix and sets
765// the specified vector to the current world position of this node.

Callers 1

NewAnimationTargetsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected