Namespace: DeltaEngine.Physics3DAssembly: DeltaEngine.Physics3D (in DeltaEngine.Physics3D.dll) Version: 1.1.1.0 (1.1.1)
public abstract Matrix RotationMatrix { get; set; }
public abstract Matrix RotationMatrix { get; set; }
Public MustOverride Property RotationMatrix As Matrix
Get
Set
Public MustOverride Property RotationMatrix As Matrix
Get
Set
public:
virtual property Matrix RotationMatrix {
Matrix get () abstract;
void set (Matrix value) abstract;
}
public:
virtual property Matrix RotationMatrix {
Matrix get () abstract;
void set (Matrix value) abstract;
}
abstract RotationMatrix : Matrix with get, set
abstract RotationMatrix : Matrix with get, set
Property Value
Type:
Matrix