evaluatePoint Method

Deprecated Instead of clipPlane.evaluatePoint(spacePoint) use clipPlane.altitude(spacePoint) (for compatibility with interface PlaneAltitudeEvaluator)

Evaluate the distance from the plane to a point in space, i.e. (dot product with inward normal) minus distance

evaluatePoint(point: Point3d): number

Parameter Type Description
point Point3d space point to test

Defined in

Last Updated: 08 January, 2020