getPolePoint3d MethodAbstract

Get pole i as a Point3d.

  • For 3d curve, this is simple a pole access, and only fails (return undefined) for invalid index
  • For 4d curve, this deweights the homogeneous pole and can fail due to 0 weight.

getPolePoint3d(i: number, point?: Point3d): Point3d | undefined

Parameter Type Description
i number  
point Point3d  

Defined in

Last Updated: 08 January, 2020