|
JointLineYdir Property
|
Gets the y-orientation of the line-joint in case the z-direction does not apply because it is parallel to the x-direction.
Namespace:
Karamba.Joints
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic Vector3 Ydir { get; }Public ReadOnly Property Ydir As Vector3
Get
public:
property Vector3 Ydir {
Vector3 get ();
}member Ydir : Vector3 with get
Property Value
Type:
Vector3
See Also