Namespace: DeltaEngine.DatatypesAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public EulerAngles(
float pitch,
float yaw,
float roll
)
public EulerAngles(
float pitch,
float yaw,
float roll
)
Public Sub New (
pitch As Single,
yaw As Single,
roll As Single
)
Public Sub New (
pitch As Single,
yaw As Single,
roll As Single
)
public:
EulerAngles(
float pitch,
float yaw,
float roll
)
public:
EulerAngles(
float pitch,
float yaw,
float roll
)
new :
pitch : float32 *
yaw : float32 *
roll : float32 -> EulerAngles
new :
pitch : float32 *
yaw : float32 *
roll : float32 -> EulerAngles