函数 booleanPointInProjectionPlane
booleanPointInProjectionPlane( positions: ESJVector3DArray, point: ESJVector3D, isLocal?: boolean, isInfinity?: boolean,): boolean 参数
- positions: ESJVector3DArray
- point: ESJVector3D
可选isLocal: boolean可选isInfinity: boolean
返回 boolean
booleanPointInProjectionPlane( plane: Plane, point: ESJVector3D, isLocal?: boolean, isInfinity?: boolean,): boolean 参数
- plane: Plane
- point: ESJVector3D
可选isLocal: boolean可选isInfinity: boolean
返回 boolean