C# Class FC3Editor.Nomad.Plane

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

Méthodes publiques

Свойство Type Description
dist float
normal Vec3

Méthodes publiques

Méthode Description
FromPointNormal ( Vec3 pt, Vec3 normal ) : Plane
FromPoints ( Vec3 p1, Vec3 p2, Vec3 p3 ) : Plane
RayIntersect ( Vec3 raySrc, Vec3 rayDir, Vec3 &pt ) : bool

Method Details

FromPointNormal() public static méthode

public static FromPointNormal ( Vec3 pt, Vec3 normal ) : Plane
pt Vec3
normal Vec3
Résultat Plane

FromPoints() public static méthode

public static FromPoints ( Vec3 p1, Vec3 p2, Vec3 p3 ) : Plane
p1 Vec3
p2 Vec3
p3 Vec3
Résultat Plane

RayIntersect() public méthode

public RayIntersect ( Vec3 raySrc, Vec3 rayDir, Vec3 &pt ) : bool
raySrc Vec3
rayDir Vec3
pt Vec3
Résultat bool

Property Details

dist public_oe property

public float dist
Résultat float

normal public_oe property

public Vec3,FC3Editor.Nomad normal
Résultat Vec3