0.1.8
Loading...
Searching...
No Matches
pyhelios.wrappers.DataTypes.vec3 Class Reference

Detailed Description

Definition at line 166 of file DataTypes.py.

+ Inheritance diagram for pyhelios.wrappers.DataTypes.vec3:
+ Collaboration diagram for pyhelios.wrappers.DataTypes.vec3:

Public Member Functions

str __repr__ (self)
 
str __str__ (self)
 
 __init__ (self, float x=0, float y=0, float z=0)
 
 from_list (self, List[float] input_list)
 
List[float] to_list (self)
 
tuple to_tuple (self)
 

Public Attributes

 x = float(x)
 
 y = float(y)
 
 z = float(z)
 

Static Protected Member Functions

bool _is_finite_numeric (value)
 Check if value is a finite number (not NaN or inf).
 

Static Protected Attributes

list _fields_
 

Constructor & Destructor Documentation

◆ __init__()

pyhelios.wrappers.DataTypes.vec3.__init__ ( self,
float x = 0,
float y = 0,
float z = 0 )

Definition at line 178 of file DataTypes.py.

Member Function Documentation

◆ __repr__()

str pyhelios.wrappers.DataTypes.vec3.__repr__ ( self)

Definition at line 172 of file DataTypes.py.

◆ __str__()

str pyhelios.wrappers.DataTypes.vec3.__str__ ( self)

Definition at line 175 of file DataTypes.py.

◆ _is_finite_numeric()

bool pyhelios.wrappers.DataTypes.vec3._is_finite_numeric ( value)
staticprotected

Check if value is a finite number (not NaN or inf).

Definition at line 209 of file DataTypes.py.

◆ from_list()

pyhelios.wrappers.DataTypes.vec3.from_list ( self,
List[float] input_list )

Definition at line 194 of file DataTypes.py.

◆ to_list()

List[float] pyhelios.wrappers.DataTypes.vec3.to_list ( self)

Definition at line 199 of file DataTypes.py.

◆ to_tuple()

tuple pyhelios.wrappers.DataTypes.vec3.to_tuple ( self)

Definition at line 202 of file DataTypes.py.

Member Data Documentation

◆ _fields_

list pyhelios.wrappers.DataTypes.vec3._fields_
staticprotected

Definition at line 170 of file DataTypes.py.

◆ x

pyhelios.wrappers.DataTypes.vec3.x = float(x)

Definition at line 190 of file DataTypes.py.

◆ y

pyhelios.wrappers.DataTypes.vec3.y = float(y)

Definition at line 191 of file DataTypes.py.

◆ z

pyhelios.wrappers.DataTypes.vec3.z = float(z)

Definition at line 192 of file DataTypes.py.


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