sprunk-engine
    Preparing search index...

    A class representing a 3D transformation applied to an object by vectors and quaternions.

    Index

    Constructors

    Properties

    position: Vector3 = ...

    The position of the object in 3D space (from the origin)

    rotation: Quaternion = ...

    The rotation of the object represented as a quaternion

    scale: Vector3 = ...

    The scale of the object in 3D space

    Accessors

    Methods