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

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

+ Inheritance diagram for MR.Sphere2f:

Public Member Functions

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

Properties

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

Detailed Description

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

Constructor & Destructor Documentation

◆ Sphere2f() [1/4]

unsafe MR.Sphere2f.Sphere2f ( )
inline

Constructs an empty (default-constructed) instance.

◆ Sphere2f() [2/4]

unsafe MR.Sphere2f.Sphere2f ( MR.Const_Sphere2f _other)
inline

Generated from constructor MR.Sphere2f.Sphere2f.

◆ Sphere2f() [3/4]

MR.Sphere2f.Sphere2f ( Sphere2f _other)
inline

Generated from constructor MR.Sphere2f.Sphere2f.

◆ Sphere2f() [4/4]

unsafe MR.Sphere2f.Sphere2f ( in MR.Vector2f c,
float r )
inline

Generated from constructor MR.Sphere2f.Sphere2f.

Member Function Documentation

◆ assign()

unsafe MR.Sphere2f MR.Sphere2f.assign ( MR.Const_Sphere2f _other)
inline

Generated from method MR.Sphere2f.operator=.

Property Documentation

◆ center

new unsafe ref MR.Vector2f MR.Sphere2f.center
get

◆ radius

new unsafe ref float MR.Sphere2f.radius
get

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