For cylindrical and spherical mapping, the vector is unitized.
Namespace:
Rhino.Render
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.10
Syntax public Vector3d VectorUp { get; }
Public ReadOnly Property VectorUp As Vector3d
Get
Return Value
Type:
Vector3dThe 'up' vector of the decal. For planar mapping the length of the vector is relevant.
See Also