struct Neo4j::Point3D

Defined in:

neo4j/type.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from class Object

to_bolt_params : Neo4j::Value to_bolt_params

Constructor Detail

def self.new(x : Float64, y : Float64, z : Float64, type : Int16 = 9157_i16) #

[View source]

Class Method Detail

def self.from_bolt(io) #

[View source]

Instance Method Detail

def type : Int16 #

[View source]
def x : Float64 #

[View source]
def y : Float64 #

[View source]
def z : Float64 #

[View source]