Hilo3d API - v2.0.0
    Preparing search index...

    Class Plane

    平面

    Index
    className: string = 'Plane'

    类名

    distance: number
    isPlane: boolean = true
    normal: Vector3
    • Copy the values from one plane to this

      Parameters

      • plane: Plane

        the source plane

      Returns this

      this

    • [set description]

      Parameters

      • x: number

        法线 x

      • y: number

        法线 y

      • z: number

        法线 z

      • w: number

        距离

      Returns this

      this