C# Class Nomad.Logic.CoordinateSystem

Afficher le fichier Open project: Azerothian/fc3editor Class Usage Examples

Méthodes publiques

Свойство Type Description
Standard CoordinateSystem
axisX Nomad.Maths.Vec3
axisY Nomad.Maths.Vec3
axisZ Nomad.Maths.Vec3

Méthodes publiques

Méthode Description
ConvertFromSystem ( Vec3 pos, CoordinateSystem coords ) : Vec3
ConvertFromWorld ( Vec3 pos ) : Vec3
ConvertToSystem ( Vec3 pos, CoordinateSystem coords ) : Vec3
ConvertToWorld ( Vec3 pos ) : Vec3
CoordinateSystem ( Vec3 x, Vec3 y, Vec3 z ) : System
FromAngles ( Vec3 angles ) : CoordinateSystem
GetPivotPoint ( Vec3 center, AABB bounds, Pivot pivot ) : Vec3
ToAngles ( ) : Vec3

Method Details

ConvertFromSystem() public méthode

public ConvertFromSystem ( Vec3 pos, CoordinateSystem coords ) : Vec3
pos Nomad.Maths.Vec3
coords CoordinateSystem
Résultat Nomad.Maths.Vec3

ConvertFromWorld() public méthode

public ConvertFromWorld ( Vec3 pos ) : Vec3
pos Nomad.Maths.Vec3
Résultat Nomad.Maths.Vec3

ConvertToSystem() public méthode

public ConvertToSystem ( Vec3 pos, CoordinateSystem coords ) : Vec3
pos Nomad.Maths.Vec3
coords CoordinateSystem
Résultat Nomad.Maths.Vec3

ConvertToWorld() public méthode

public ConvertToWorld ( Vec3 pos ) : Vec3
pos Nomad.Maths.Vec3
Résultat Nomad.Maths.Vec3

CoordinateSystem() public méthode

public CoordinateSystem ( Vec3 x, Vec3 y, Vec3 z ) : System
x Nomad.Maths.Vec3
y Nomad.Maths.Vec3
z Nomad.Maths.Vec3
Résultat System

FromAngles() public static méthode

public static FromAngles ( Vec3 angles ) : CoordinateSystem
angles Nomad.Maths.Vec3
Résultat CoordinateSystem

GetPivotPoint() public méthode

public GetPivotPoint ( Vec3 center, AABB bounds, Pivot pivot ) : Vec3
center Nomad.Maths.Vec3
bounds Nomad.Maths.AABB
pivot Pivot
Résultat Nomad.Maths.Vec3

ToAngles() public méthode

public ToAngles ( ) : Vec3
Résultat Nomad.Maths.Vec3

Property Details

Standard public_oe static_oe property

public static CoordinateSystem,Nomad.Logic Standard
Résultat CoordinateSystem

axisX public_oe property

public Vec3,Nomad.Maths axisX
Résultat Nomad.Maths.Vec3

axisY public_oe property

public Vec3,Nomad.Maths axisY
Résultat Nomad.Maths.Vec3

axisZ public_oe property

public Vec3,Nomad.Maths axisZ
Résultat Nomad.Maths.Vec3