Loading...
Searching...
No Matches
com.navigine.idl.java.Vector3d Class Reference

Inherits Comparable< Vector3d >.

Public Member Functions

 Vector3d (float x, float y, float z)
 Default constructor for class Vector3d.
 
float getX ()
 
float getY ()
 
float getZ ()
 
boolean equals (Object obj)
 
int hashCode ()
 
String toString ()
 
int compareTo (Vector3d other)
 

Detailed Description

Definition at line 7 of file Vector3d.java.

Constructor & Destructor Documentation

◆ Vector3d()

com.navigine.idl.java.Vector3d.Vector3d ( float x,
float y,
float z )
inline

Default constructor for class Vector3d.

Definition at line 19 of file Vector3d.java.

Member Function Documentation

◆ compareTo()

int com.navigine.idl.java.Vector3d.compareTo ( Vector3d other)
inline

Definition at line 72 of file Vector3d.java.

◆ equals()

boolean com.navigine.idl.java.Vector3d.equals ( Object obj)
inline

Definition at line 41 of file Vector3d.java.

◆ getX()

float com.navigine.idl.java.Vector3d.getX ( )
inline

Definition at line 28 of file Vector3d.java.

◆ getY()

float com.navigine.idl.java.Vector3d.getY ( )
inline

Definition at line 32 of file Vector3d.java.

◆ getZ()

float com.navigine.idl.java.Vector3d.getZ ( )
inline

Definition at line 36 of file Vector3d.java.

◆ hashCode()

int com.navigine.idl.java.Vector3d.hashCode ( )
inline

Definition at line 52 of file Vector3d.java.

◆ toString()

String com.navigine.idl.java.Vector3d.toString ( )
inline

Definition at line 62 of file Vector3d.java.


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