MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Sphere3f Class Reference

Generated from class MR.Sphere3f. This is the non-const half of the class. More...

+ Inheritance diagram for MR.Sphere3f:

Public Member Functions

unsafe Sphere3f ()
 Constructs an empty (default-constructed) instance.
 
unsafe Sphere3f (MR.Const_Sphere3f _other)
 Generated from constructor MR.Sphere3f.Sphere3f.
 
 Sphere3f (Sphere3f _other)
 Generated from constructor MR.Sphere3f.Sphere3f.
 
unsafe Sphere3f (in MR.Vector3f c, float r)
 Generated from constructor MR.Sphere3f.Sphere3f.
 
unsafe MR.Sphere3f assign (MR.Const_Sphere3f _other)
 Generated from method MR.Sphere3f.operator=.
 

Properties

new unsafe ref MR.Vector3f center [get]
 
new unsafe ref float radius [get]
 

Detailed Description

Generated from class MR.Sphere3f. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ Sphere3f() [1/4]

unsafe MR.Sphere3f.Sphere3f ( )
inline

Constructs an empty (default-constructed) instance.

◆ Sphere3f() [2/4]

unsafe MR.Sphere3f.Sphere3f ( MR.Const_Sphere3f _other)
inline

Generated from constructor MR.Sphere3f.Sphere3f.

◆ Sphere3f() [3/4]

MR.Sphere3f.Sphere3f ( Sphere3f _other)
inline

Generated from constructor MR.Sphere3f.Sphere3f.

◆ Sphere3f() [4/4]

unsafe MR.Sphere3f.Sphere3f ( in MR.Vector3f c,
float r )
inline

Generated from constructor MR.Sphere3f.Sphere3f.

Member Function Documentation

◆ assign()

unsafe MR.Sphere3f MR.Sphere3f.assign ( MR.Const_Sphere3f _other)
inline

Generated from method MR.Sphere3f.operator=.

Property Documentation

◆ center

new unsafe ref MR.Vector3f MR.Sphere3f.center
get

◆ radius

new unsafe ref float MR.Sphere3f.radius
get

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