C# Class MTExample5_5.Point3

Afficher le fichier Open project: mono/sysdrawing-coregraphics Class Usage Examples

Méthodes publiques

Свойство Type Description
W float
X float
Y float
Z float

Méthodes publiques

Méthode Description
Point3 ( )
Point3 ( float x, float y, float z, float w )
Transform ( Matrix3 m ) : void
TransformNormalize ( Matrix3 m ) : void

Method Details

Point3() public méthode

public Point3 ( )

Point3() public méthode

public Point3 ( float x, float y, float z, float w )
x float
y float
z float
w float

Transform() public méthode

public Transform ( Matrix3 m ) : void
m Matrix3
Résultat void

TransformNormalize() public méthode

public TransformNormalize ( Matrix3 m ) : void
m Matrix3
Résultat void

Property Details

W public_oe property

public float W
Résultat float

X public_oe property

public float X
Résultat float

Y public_oe property

public float Y
Résultat float

Z public_oe property

public float Z
Résultat float