SoImageDataAdapterGetRowDirection Method |
Returns the vector in physical coordinate that points from the origin (0,0,0) to the point (1,0,0).
Namespace: OIV.ImageViz.Nodes.ImagesAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SbVec3f GetRowDirection()
Public Function GetRowDirection As SbVec3f
public:
SbVec3f GetRowDirection()
member GetRowDirection : unit -> SbVec3f
Return Value
Type:
SbVec3fRemarks The vector is normalized.
See Also