/ . / _chimera / Vector
Vector() -> Vector
Vector(_x: Vector) -> Vector
Vector(x: float, y: float, z: float) -> Vector attributes:
- length: float
- x: float
- y: float
- z: float
Methods
|
|
|
negate
|
negate ( self )
negate()
|
|
normalize
|
normalize ( self )
normalize()
|
|
sqlength
|
sqlength ( self )
sqlength() -> float
|
|
data
|
data ( self )
data() -> 3-tuple of float
|
|
|