Bitbybit Docs
    Preparing search index...

    Class TwoVectorsReferenceDto (Inputs.Vector)

    Two vectors and a reference direction for vector.signedAngleBetween and vector.positiveAngleBetween, which measure the turn from the first to the second around the reference.

    Index

    Constructors

    Properties

    Constructors

    Properties

    reference: number[]

    The direction to turn around; the angle is counter-clockwise when this vector points toward you.

    undefined
    
    first: Vector3

    The vector the turn starts from.

    undefined
    
    second: Vector3

    The vector the turn ends at.

    undefined