Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: double CrossZ(PointD)

  • Declared in: RT.Geometry.PointD

Declaration

public double CrossZ(
    PointD other
)

Summary

Returns the Z-component of the cross product of this vector with other. The Z-component is equal to the product of: the lengths of the two vectors and the sin of the angle between them. Note that the X and Y components of a cross product of 2D vectors are always zero.