Returns the angle between the orthogonal projection of this vector into the plane through the origin with the same normal as planar entity plane and the zeroth basis vector v0 of the planar entity plane provided by the function plane.GetCoordinateSystem (p, v0, v1).
Public Function AngleOnPlane(
plane As PlanarEntity
) As double
public double AngleOnPlane(
PlanarEntity plane
);
| Parameters | Description |
|---|---|
| PlanarEntity plane | Input input plane |