ViewportWorldToEyeTransform Property
|
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
public abstract Matrix3d WorldToEyeTransform { get; }
Public MustOverride ReadOnly Property WorldToEyeTransform As Matrix3d
Get
public:
virtual property Matrix3d WorldToEyeTransform {
Matrix3d get () abstract;
}
abstract WorldToEyeTransform : Matrix3d with get
Property Value
Type:
Matrix3d
See Also