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