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