math docs
    Preparing search index...

    Function isScaleInsideOut

    • Determines if a scale vector represents an inside-out transformation (reflection) Returns true if an odd number of scale components are negative

      Parameters

      • scale: vec3.Vec3

        The scale vector to test

      Returns boolean

      true if the scale represents a reflection (odd number of negative components)