Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: double CrossZ(PointD)

  • Declared in: RT.Util.Geometry.EdgeD

Declaration

public double CrossZ(
    PointD point
)

Summary

Returns the Z component of the cross product of this edge, treated as a vector from EdgeD.Start to EdgeD.End, with a vector from EdgeD.Start to the specified point.