velocityXYZ MethodAbstract

Return the dot product of spaceVector (x,y,z) with the plane's unit normal. This tells the rate of change of altitude for a point moving at speed one along the spaceVector.

  • MUST BE IMPLEMENTED BY DERIVED CLASSES
  • See Plane3d note about scaling.

velocityXYZ(x: number, y: number, z: number): number

Parameter Type Description
x number  
y number  
z number  

Returns - number

Defined in

Last Updated: 28 October, 2024