Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | List of all members
Targeting.Plane Struct Reference

Public Member Functions

Vector3d Intersept (Ray ray)
 
 Plane (Vector3d p, Vector3d n)
 
override string ToString ()
 

Public Attributes

Vector3d n
 the plane's normal More...
 
Vector3d p
 a point in the plane More...
 

Constructor & Destructor Documentation

Targeting.Plane.Plane ( Vector3d  p,
Vector3d  n 
)
inline

Member Function Documentation

Vector3d Targeting.Plane.Intersept ( Ray  ray)
inline
override string Targeting.Plane.ToString ( )
inline

Member Data Documentation

Vector3d Targeting.Plane.n

the plane's normal

Vector3d Targeting.Plane.p

a point in the plane


The documentation for this struct was generated from the following file: