Package | Description |
---|---|
pythagoras.f |
The Pythagoras geometry utility classes specialized on
float . |
Modifier and Type | Method and Description |
---|---|
Ray3 |
Ray3.set(Ray3 other)
Copies the parameters of another ray.
|
Ray3 |
Ray3.set(Vector3 origin,
Vector3 direction)
Sets the ray parameters to the values contained in the supplied vectors.
|
Modifier and Type | Method and Description |
---|---|
Ray3 |
Ray3.set(Ray3 other)
Copies the parameters of another ray.
|
Constructor and Description |
---|
Ray3(Ray3 other)
Copy constructor.
|
Copyright © 2017. All rights reserved.